home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr51 / report3p.zip / REPORT3P.DOC next >
Text File  |  1993-04-01  |  2KB  |  42 lines

  1. REPOPT3P.GEN Version 1.0 -- a modified REPORT.GEN for dBASE IV 1.1
  2. Joel Saltzman
  3. Ashton-Tate Software Support
  4.  
  5. Feature:
  6. Enhancement
  7.   - dBASE 3 Plus Alias Compatibility
  8.  
  9. To use this modified REPORT.GEN file, do the following steps:
  10.  
  11. 1. Insert the diskette into your A (or any other) drive.
  12. 2. Go into the directory where dBASE is installed.
  13. 3. At the DOS prompt, type
  14.  
  15. COPY A:REPORT3P.GEN REPORT.GEN
  16.  
  17. The next time you run dBASE, REPORT3P.GEN will be used to produce
  18. your reports. For any reports that you created prior to using
  19. REPORT3P.GEN, erase <report name>.FRG and <report name>.FRO to
  20. force dBASE to regenerate your old report. Don't worry -- as long
  21. as <report name>.FRM is intact, you will not need to redesign the
  22. report. You can safely copy REPORT3P.GEN over your current
  23. REPORT.GEN, as all functionality of the original is maintained.
  24.  
  25. *****
  26.  
  27. In dBASE III Plus, alias names are use in the report form to
  28. indicate which database a field came from.  In dBASE IV, alias
  29. names are not used so that the user has the ability to use the
  30. report with more than one data file or view that have the same field
  31. names as the original report.  To retain the alias names as in dBASE
  32. III Plus, type in the following from DOS prior to running dBASE:
  33.  
  34. SET DTL_RPTDB3P=ON
  35.  
  36. The next time you save a new or changed report form, the <report
  37. name>.FRG will have the aliases next to the field references.
  38.  
  39. To return to the dBASE IV style with no aliases, type
  40.  
  41. SET DTL_RPTDB3P=
  42.